home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
One Click 11
/
OneClick11.iso
/
Tv
/
video.swf
/
scripts
/
frame_1
/
PlaceObject2_25_18
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-03-11
|
245 b
|
15 lines
onClipEvent(enterFrame){
if(_root.video == "video1.avi")
{
this._y = 0;
}
else if(_root.video == "video2.avi")
{
this._y = 30;
}
else if(_root.video == "video3.avi")
{
this._y = 60;
}
}